3.7.2 Solve
A solution is found by converting the subject to an augmented matrix, transforming to reduced row-echelon form, and using the variable names provided by the subject to produce a linear system. An example is given in Figure 3.12. Although a similar result can be achieved using a sequence of transformations — linear conversion, reduction and inverse linear conversion — the names of the variables would be lost. Solve does this in one operation, allowing the column names to be preserved.
Parametric conversion (§3.6.7) applied to the same subject as solve performs the same internal transformation but produces a parametric vector instead of a linear system. Like Solve , parametric conversion retains the names of variables in the result.
Subject | Solve | →Parametric |
![]() | ![]() | (-1,2,1)ʋ |
![]() | ![]() | ![]() |
Linear and parametric conversions can be mixed with reduction and Solve to achieve a variety of forms. Refer to Figure 3.11.